home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / debhelper / autoscripts / prerm-defoma < prev    next >
Text File  |  2006-06-17  |  195b  |  11 lines

  1. case "$1" in
  2.     upgrade)
  3.         test -x /usr/bin/defoma-app && \
  4.             /usr/bin/defoma-app clean #PACKAGE#
  5.         ;;
  6.     remove)
  7.         test -x /usr/bin/defoma-app && \
  8.             /usr/bin/defoma-app purge #PACKAGE#
  9.         ;;
  10. esac
  11.